home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / trncod.arc / MM.BAT next >
DOS Batch File  |  1986-12-31  |  256b  |  12 lines

  1. echo off
  2. lc %1
  3. if errorlevel 1 goto failed
  4. link \lcv31\c\c+%1,%1,,\lcv31\s\lc
  5. exe2bin %1.exe %1.com
  6. dir %1.*
  7. del %1.exe
  8. del %1.obj
  9. del %1.bak
  10. del %1.map
  11. :failed
  12.